home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Compression / tarZan / Source / tarZanMain.h < prev    next >
Text File  |  1992-07-27  |  381b  |  23 lines

  1.  
  2. /* Generated by Interface Builder */
  3. // Created By James T. Romano July 22, 1992 
  4. // Member of the Dynamic Duo of NeXT Computers!
  5. //
  6. // 
  7. // Read it and Weep!
  8.  
  9. #import <objc/Object.h>
  10.  
  11. @interface tarZanMain:Object
  12. {
  13. }
  14.  
  15. - procedure:sender;
  16.  
  17. // Delegate Methods
  18.  
  19. - (BOOL)appAcceptsAnotherFile:sender;
  20. - (int)app:sender openFile:(const char *)filename type:(const char *)aType;
  21.  
  22. @end
  23.